M28: Fix typo
authorMarek Vasut <[email protected]>
Fri, 2 Dec 2011 03:47:39 +0000 (03:47 +0000)
committerAlbert ARIBAUD <[email protected]>
Fri, 9 Dec 2011 16:30:10 +0000 (17:30 +0100)
Signed-off-by: Marek Vasut <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Detlev Zundel <[email protected]>
Cc: Stefano Babic <[email protected]>
board/denx/m28evk/m28evk.c

index 8cf3dc9d4e5d83f354d4f8b7b2db53d2c0ea49ed..fcee046e1d9b833436dbc3a9a1e80d4455cf56af 100644 (file)
@@ -104,7 +104,7 @@ static int m28_mmc_wp(int id)
 
 int board_mmc_init(bd_t *bis)
 {
-       /* Configure WP as output */
+       /* Configure WP as input. */
        gpio_direction_input(MX28_PAD_AUART2_CTS__GPIO_3_10);
 
        return mxsmmc_initialize(bis, 0, m28_mmc_wp);